home *** CD-ROM | disk | FTP | other *** search
/ Into That Dark Night / Into That Dark Night.iso / pc / YadVashem / moreSegre.dxr / Internal_25.ls < prev    next >
Encoding:
Text File  |  2001-06-12  |  181 b   |  10 lines

  1. on mouseUp
  2.   set the visible of sprite the clickOn to 1
  3.   updateStage()
  4.   tell the stage
  5.     set the visible of sprite 112 to 1
  6.     updateStage()
  7.   end tell
  8.   go(the frame + 2)
  9. end
  10.